Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support JSON type #303

Open
wants to merge 22 commits into
base: master
Choose a base branch
from
Open

Support JSON type #303

wants to merge 22 commits into from

Conversation

Tigrov
Copy link
Member

@Tigrov Tigrov commented Feb 18, 2025

Related PR

Q A
Is bugfix?
New feature? ✔️
Breaks BC? ✔️/❌
Fixed issues

Copy link

codecov bot commented Feb 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.87%. Comparing base (e1275ac) to head (45a2db2).
Report is 40 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #303      +/-   ##
============================================
- Coverage     98.02%   97.87%   -0.15%     
- Complexity      175      205      +30     
============================================
  Files            16       22       +6     
  Lines           556      705     +149     
============================================
+ Hits            545      690     +145     
- Misses           11       15       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Tigrov Tigrov marked this pull request as ready for review February 23, 2025 01:39
# Conflicts:
#	.github/workflows/build.yml
use const JSON_THROW_ON_ERROR;

/**
* Represents a json column with eager parsing values retrieved from the database.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Represents a json column with eager parsing values retrieved from the database.
* Represents a JSON column with eager parsing values retrieved from the database.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants